Kermit_Upload.WAS
Procomm Plus 4.x for Windows 95/98/NT


Should I use this script?
-------------------------
Kermit_Upload establishes a direct connection through 
a serial port to a Host system, and then uploads a
file using Kermit protocol.  The directory where the
file is uploaded from is defined within the script.


Customization
-------------
* To set the directory to watch for files to upload, edit
the #define statement (fFILEPATH) on line 29.
* To set the file(s) to upload, edit the #define statement
(szFILESPEC) on line 30.  Wildcards may only be used with
protocols that support batch transfers, such as ZMODEM,
Kermit, and YMODEM.
* To set the comm port to use, edit the #define statement
(iCOMPORT) on line 31.
* To set the port baudrate edit line 86.
* To set the parity edit line 87.
* To set the databits edit line 88.
* To set the stopbits edit line 89.

* Kermit_Upload is set to exit the script and Procomm Plus
if no files are found in the upload directory and after the
script finishes processing.  To keep the script from exiting
automatically, remove the command "pwexit" from lines 70 and
126.


How do I install Kermit_Upload.WAX?
-----------------------------------
Copy Kermit_Upload.WAS to your ASPECT directory and compile it
by selecting Tools | Scripts | Compile/Edit from the Procomm
Plus Menu bar.


How do I run Kermit_Upload.WAX?
-------------------------------
From the Action Bar:

1)  Click on the Script File drop down menu.
2)  Select Kermit_Upload.

From the Menu Bar:

1)  Click on Tools | Scripts.
2)  Click on Run.
3)  Select Kermit_Upload.WAX.
4)  Click on Open.

NOTE:  If Kermit_Upload.WAX does not appear in the Script 
       File drop down list, you might have a different 
       default ASPECT path.  To change the path, go to 
       Options | Data Options | Paths and change the 
       path to PROGRAM FILES\PROCOMM PLUS\ASPECT
       directory.


